Factory

object Factory

Factory is responsible for opening debugger WebSocket connections to a given debugger uri.

Functions

open
Link copied to clipboard
fun open(webSocketUri: String, framesBufferSize: Int = 128): ProtocolConnection
Creates new ChromeDebuggerConnection session for given WebSocket uri and frames buffer size.

Sources

jvm source
Link copied to clipboard